.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.contact input[type="text"] {
  width: 100%;
  color: #555;
  background: none;
  outline: none;
  font-size: 1em;
  padding: .5em;
  margin-bottom: 1em;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
}
.contact textarea {
  resize: none;
  width: 100%;
  color: #898888;
  font-size: 1em;
  outline: none;
  padding: .5em;
  border: solid 1px #D5D4D4;
  min-height: 174px;
  -webkit-appearance: none;
}
.contact input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding: .5em 1.5em;
  font-size: 1em;
  margin: 0.5em 0 0 0;
  -webkit-appearance: none;
  background: #d32543;
   
}
.contact input[type="submit"]:hover{
	background:#b79f62;
	  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
@media(max-width:640px){
		.ch-grid {
	  margin: 20px 0 0 48px;
	  width: 79%;
	}
}
@media(max-width:320px){
	.ch-grid {
	  margin: 14px 0 0 0px;
	  width: 100%;
	}
}

.moments-bottom {
  margin-top: 4em;
}
.moments-left img {
  width: 100%;
}
.moments-left {
  padding-right: 10px;
  padding-left: 0;
  padding-bottom: 10px;
}
.moments-left a.mask1{
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.moments-left img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

.b-btn {
	margin: 10px 0;
}
.blog-comments ul li{
	list-style:none;
	display:inline-block;
	margin-right:15px;
}
.b-btn a{
	color: #fff;
	padding: 5px 15px;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	outline: none;
	font-size: 13px;
	background: #E21737;
	display:inline-block;
	margin-top:5px;
}
.b-btn a:hover{
	background:#233d2e;
	color:#fff;
	text-decoration:none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.blog-right{margin-top: 2em;margin-bottom: 2em;}
.blog-right h2 {
    color: #630;
    font-size: 1.5em;
    font-weight: 400;
	margin-top:0;
}

.blog-right .categories{background:none;text-align:left;padding:0;}

.blog-right h3,.blog-right h2{
	color: #233d2e;
	font-size: 1.5em;
	font-weight: 400;
}
.blog-right ul{
	padding:0;
	margin-top:1.5em;
	
}
.blog-right ul li{
	list-style:none;
	margin-bottom:8px;
	border-bottom:1px solid #ddd;
}
.blog-right ul li a {
	color: #302e2e;
	font-size: 16px;
	font-weight:bold;
}
.blog-right ul li a:hover{
	  color: #E21737;
	margin-left: 10px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration: none;
}


.blog-right ul ul{margin-top:0px;margin-left:15px;}
.blog-right ul ul li{border-bottom:none;}

.blog-right ul ul li a {
	color: #302e2e;
	font-size: 14px;
	font-weight:100;
}

.blog-comments ul li a, .blog-comments ul li p {
	color: #233d2e;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.blog-comments ul li a:hover{
	color:	#000;
	text-decoration: none;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
.blog-comments {
  margin-top: 2.5em;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding: 1.3em 0px;
}
.blog-main-one {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}


a.bg {
	color: #233d2e;
	font-size: 1.5em;
	font-weight: 400;
	text-decoration: none;
}
a.bg:hover{color:#E21737}

.blog-right h2 {
    color: #630;
    font-size: 1.5em;
    font-weight: 400;
}

.blog-right .categories{background:none;text-align:left;padding:0;}

.blog-right h3,.blog-right h2{
	color: #233d2e;
	font-size: 1.5em;
	font-weight: 400;
}
.blog-right ul{
	padding:0;
	margin-top:1.5em;
}
.blog-right ul li{
	list-style:none;
	margin-bottom:8px;
}
.blog-right ul li a {
	color: #302e2e;
	font-size: 15px;
}
.blog-right ul li a:hover{
	  color: #E21737;
	margin-left: 10px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration: none;
}
.blog-left{  margin-bottom: 2em;
 margin-top: 2em;}

 .header-banner{
  background-size: cover;
  min-height: 100px;
}
.header-banner h3 {
  text-align: center;
  padding-top: 0.5em;
  color: #fff;
  font-size: 3em;
  text-transform: capitalize;
}
@media (max-width: 1024px){
	.moments-left {
	  padding: 0 5px;
	}
	.moments-left:nth-child(4),.moments-left:nth-child(5),.moments-left:nth-child(6),.moments-left:nth-child(7),.moments-left:nth-child(8),.moments-left:nth-child(9){
	padding-top:10px;
	}

	.blog-left {
    margin-bottom: 1em;
    margin-top: 2em;}

	.header-banner h3 {
	 font-size: 2.5em;
	 }

}
@media (max-width:768px){
	   .header-banner h3 {
	  font-size: 2em;
	}
 .header-banner{
  background-size: cover;
  min-height: 60px;
}
}